Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface Duende.​IdentityServer.​Stores.​IMessageStore<​TModel>
Assembly: Duende.IdentityServer
Interface for a message store
Methods
System.​Threading.​Tasks.​Task<​string>
WriteAsync​(Models.​Message<​TModel> message)
Writes the message.
Returns An identifier for the message
message
The message.
System.​Threading.​Tasks.​Task<​Models.​Message<​TModel>>
ReadAsync​(string id)
Reads the message.
id
The identifier.